home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19970626-19970929 / 000209_news@newsmaster….columbia.edu _Thu Aug 21 12:34:43 1997.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id MAA18609
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Thu, 21 Aug 1997 12:34:42 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id MAA08585
  7.     for kermit.misc@watsun; Thu, 21 Aug 1997 12:34:42 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: installing kermit
  12. Date: 21 Aug 1997 16:34:36 GMT
  13. Organization: Columbia University
  14. Lines: 30
  15. Message-ID: <5thqms$8bo$1@apakabar.cc.columbia.edu>
  16. References: <Pine.GSO.3.95.970816011948.10089B-100000@u3.farm.idt.net> <5t4esm$1hk$1@apakabar.cc.columbia.edu> <Pine.GSO.3.95.970820170436.25368A-100000@u3.farm.idt.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:7524
  19.  
  20. In article <Pine.GSO.3.95.970820170436.25368A-100000@u3.farm.idt.net>,
  21. Tom Malloy  <tmalloy@idt.net> wrote:
  22. :     I suspect the reason my provider does not want to install kermit
  23. : is pretty simple.  They are a small provider and don't have enough
  24. : administrators.  My suspicion is that the owner is the one and only
  25. : administrator.   He can barely keep a head of the work.  If enough people
  26. : use it I think  I can convince him to install it.   If a log file is not
  27. : workable perhaps I can find another solution.  Maybe I could add a brief 
  28. : message to be displayed when the program is run asking the user to also
  29. : request the program.
  30. Since Kermit would not be used for making calls (right?), but mainly in
  31. "remote mode" for transferring files with those who are calling in, then
  32. installation is quite simple:
  33.  
  34.  1. Get the appropriate binary from us or build it from source.
  35.  2. Test it make sure it works.
  36.  3. Rename it to "kermit" and chmod 755 or whatever.
  37.  4. Move it to /usr/local/bin or similar place that is in everybody's PATH.
  38.  
  39. When installed in this way, it is an ordinary unprivileged user program --
  40. no setuid or setgid privileges, etc.
  41.  
  42. You can do steps 1 - 3.  Step 4 should take about 5 seconds.
  43.  
  44. If your ISP doesn't trust you and thinks you are trying to install a virus
  45. or Trojan Horse, then you can refer them to us to get the binary, assuming
  46. we have one (if we don't, then let me know).
  47.  
  48. - Frank